|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Dhcpv6ServerMainProcess handles the DHCPv6 server main process. More...
Public Member Functions | |
| void | enableDhcpServer (bool, HostPort, std::string &, bool) |
| Enables/Disables DHCPv6 server. More... | |
Public Member Functions inherited from Dhcpv6MainProcess | |
| Dhcpv6ClientProcess | getDhcpClientProcess (string) |
| get Dhcpv6ClientProcess object More... | |
| void | enableDhcpClient (Dhcpv6ClientEnabled, string, string, bool, bool, bool) |
| enable Dhcpv6ClientProcess More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
Dhcpv6ServerMainProcess handles the DHCPv6 server main process.
| void Dhcpv6ServerMainProcess::enableDhcpServer | ( | bool | , |
| HostPort | , | ||
| std::string & | , | ||
| bool | |||
| ) |
Enables/Disables DHCPv6 server.
| pPort | the port that the DHCPv6 server resides on |
| poolName | the DHCPv6 pool name |
| isToBeDeleted | this flag used in deserialize() for CServer |